home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Newton / Calc 1.0b2.pkg / readme < prev   
Encoding:
Text File  |  1993-08-16  |  4.7 KB  |  69 lines  |  [TEXT/ttxt]

  1. About SciCalc - the first scientific calculator for the Apple Newton™
  2. Version 1.0b2
  3.  
  4. SciCalc is a simple implementation of a standard (i.e. NOT Reverse Polish or 'RPN') scientific calculator for the Apple Newton MessagePad and similar PDAs.  This is the first release version, which has so far only been tested by the developer.  If you do find problems, please let me know so that I can rectify them in the next release.
  5.  
  6. To load it into a Newton MessagePad, you must have a Mac (on which you should be reading this!) and the beta Connection Kit.  Simply connect your Mac to your Newton, and install the Calc102.pkg file as a Newton application, down the connection to your Newton.
  7.  
  8. Bug fixes this version:
  9. In the first posted version, an error (-8007) occurred when dealing with numbers using the thousands separator (e.g. ',').  This has now been fixed and thousands, millions, etc., should now work fine throughout.  I also hope that this is independent of the number format being used (i.e. what the thousands separator is).
  10.  
  11. Current features:
  12. All floating point numeric calculations normally found on a basic 'scientific' calculator, including a wide range of trig and exp/log functions.
  13. A single number display, edited by button use only.
  14. Two standard financial functions.
  15. Two user-accessible memorys, which include summation functions.
  16. Constants Pi and e available from keys.
  17. Conversion to and from radians and degrees.
  18.  
  19. Planned features:
  20. Hexadecimal math (possibly even with hexadecimal point!).
  21. Copying of result to other Newton apps.
  22. My own error/exception trapping.
  23.  
  24. Note that currently the hex keys (A-F, and the radio button to switch between them) are non-functional.
  25.  
  26. All routines used are standard built-in Newton math routines, except for the degree to radian conversions, which are simple arithmetic ones.
  27.  
  28. Note on key naming:
  29. x^y is 'x to the power of y'
  30. sqt is 'square root'
  31. exp is 'e to the power of'
  32. ln is 'log to the base e'
  33. log is 'log to the base 10'
  34. d>r is convert degrees to radians
  35. r>d is convert radians to degrees *** note that all trig is performed in radians***
  36. sin, cos, tan are as they say
  37. asin, aco, ata are arcsine, arccosine and arctangent
  38. sinh, csh, tnh are hyperbolic sine, cosine and tangent
  39. asih, ach, ath are hyperbolic arcsine, arccosine, and arctangent
  40. erf is the error function
  41. erc is the errorc function
  42. ga is the gamma function
  43. annuity calculates the present value factor of an annuity at a given interest rate over the specified periods, the interest rate being per period.  The first number entered is the rate, the second the periods.  Enter as <rate><annuity><periods><=>.
  44. compound calculates the compounded interest factor over the specified number of periods.  The first number entered is the rate, the second the periods, as per annuity.
  45.  
  46. The keys to the right of, and below, 'M1,2' are the memory access keys - the left column for M1, the right for M2.  In each case, the keys mean:
  47. -> saves current display to memory
  48. + adds current display to memory and stores result in memory
  49. <- replaces current display by memory
  50. C clears memory contents to 0
  51.  
  52. Pi produces the value of Pi (3.14159....)
  53. e produces the value of e (2.71828....)
  54.  
  55. clear all clears everything except for the two memories
  56. CE clears only the rightmost character in the display (works on all display entries!)
  57. +/- negates the sign of the display, i.e. + becomes - and vice versa.
  58.  
  59. Note that errors are currently not trapped - if you divide by zero, then you will get a standard Newton divide by zero error.  Similarly, finding the log of a negative number will fill the result with 'box' characters.  Very occasionally, you may find that the contents of the display are lost - just press 'clear all' to get a 0 back.  I hope to improve this in future versions.
  60.  
  61. This calculator is freely distributable, and must not be sold.  However, it remains Copyright © 1993 EHN & DIJ Oakley, all other rights reserved.  It was developed using the Newton Toolkit, which is Copyright © 1992-1993 Apple Computer, Inc., all rights reserved.  Apple Computer, Inc., accepts no liability or responsibility whatsoever for this product, and so on.  As this is supplied free, EHN & DIJ Oakley accept no responsibility or liability for the product or what it might do to your Newton, nor for any inaccuracy of any results therefrom.  You use it entirely at your own risk!  Newton and most other trade names mentioned above are registered trademarks of Apple Computer, Inc.
  62.  
  63. I hope this fills a gap until Dubl-Click's commercial calculator kit becomes available, and commend that to you as a worthwhile future purchase.
  64.  
  65. Howard Oakley, EHN & DIJ Oakley.
  66. CompuServe 70734,120; AppleLink UK0392; Internet Howard@quercus.demon.co.uk;
  67. Fax +44 983 853253.
  68. More fine software from the Isle of Wight, UK!
  69.